翻訳と辞書
Words near each other
・ Thompson Recreation and Athletic Centre
・ Thompson Ridge
・ Thompson Ridge, New York
・ Thompson River
・ Thompson River (Missouri)
・ Thompson River (Montana)
・ Thompson Rivers University
・ Thompson Rivers University Faculty of Law
・ Thompson Rivers University, Open Learning
・ Thompson Rivers WolfPack
・ Thompson Samkange
・ Thompson sampling
・ Thompson School
・ Thompson School (Webster, Massachusetts)
・ Thompson School District R2-J
Thompson shell
・ Thompson Site
・ Thompson Sound
・ Thompson Sound, British Columbia
・ Thompson Speedway Motorsports Park
・ Thompson sporadic group
・ Thompson Springs, Utah
・ Thompson Spur
・ Thompson Square
・ Thompson Square (album)
・ Thompson Square (MBTA station)
・ Thompson Stadium
・ Thompson Stadium (Staten Island)
・ Thompson Station Bank
・ Thompson Store


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Thompson shell : ウィキペディア英語版
The Thompson shell was the first Unix shell, introduced in the first version of Unix in 1971, and was written by Ken Thompson. It was a simple command interpreter, not designed for scripting, but nonetheless introduced several features to the command-line interface and led to the development of the later Unix shells.==History==The name "shell" for a command-line interpreter and the concept of making the shell a user program outside of the operating system kernel were introduced in Unix's precursor Multics.An early feature of the Thompson shell was a compact syntax for input/output redirection. In Multics, redirecting the input or output of a command required separate commands to start and stop redirection; in Unix, one could simply add an argument to the command line consisting of the < symbol followed by a filename for input or the > symbol for output, and the shell would redirect I/O for the duration of the command. This syntax was already present by the release of the first version of Unix in 1971.A later addition was the concept of pipes. At the suggestion of Douglas McIlroy, the redirection syntax was expanded so that the output of one command could be passed to the input of another command. The original pipe syntax, as described in the Version 3 manual, was: command1 >command2> By Version 4, the syntax had changed to use both the | and ^ symbols to denote pipes: command1 | command2This produces exactly the same result as: command1 ^ command2The Thompson shell syntax for redirection with < and >, and piping with |, has proven durable and has been adopted by most other Unix shells and command shells of several other operating systems, most notably on DOS, OS/2 and Microsoft Windows.

The Thompson shell was the first Unix shell, introduced in the first version of Unix in 1971, and was written by Ken Thompson.〔


It was a simple command interpreter, not designed for scripting, but nonetheless introduced several features to the command-line interface and led to the development of the later Unix shells.
==History==
The name "shell" for a command-line interpreter and the concept of making the shell a user program outside of the operating system kernel were introduced in Unix's precursor Multics.
An early feature of the Thompson shell was a compact syntax for input/output redirection. In Multics, redirecting the input or output of a command required separate commands to start and stop redirection; in Unix, one could simply add an argument to the command line consisting of the < symbol followed by a filename for input or the > symbol for output, and the shell would redirect I/O for the duration of the command. This syntax was already present by the release of the first version of Unix in 1971.
A later addition was the concept of pipes. At the suggestion of Douglas McIlroy, the redirection syntax was expanded so that the output of one command could be passed to the input of another command. The original pipe syntax, as described in the Version 3 manual, was:
command1 >command2>
By Version 4, the syntax had changed to use both the | and ^ symbols to denote pipes:
command1 | command2
This produces exactly the same result as:
command1 ^ command2
The Thompson shell syntax for redirection with < and >, and piping with |, has proven durable and has been adopted by most other Unix shells and command shells of several other operating systems, most notably on DOS, OS/2 and Microsoft Windows.

抄文引用元・出典: フリー百科事典『 command2> By Version 4, the syntax had changed to use both the | and ^ symbols to denote pipes: command1 | command2This produces exactly the same result as: command1 ^ command2The Thompson shell syntax for redirection with < and >, and piping with |, has proven durable and has been adopted by most other Unix shells and command shells of several other operating systems, most notably on DOS, OS/2 and Microsoft Windows.">ウィキペディア(Wikipedia)
command2> By Version 4, the syntax had changed to use both the | and ^ symbols to denote pipes: command1 | command2This produces exactly the same result as: command1 ^ command2The Thompson shell syntax for redirection with < and >, and piping with |, has proven durable and has been adopted by most other Unix shells and command shells of several other operating systems, most notably on DOS, OS/2 and Microsoft Windows.">ウィキペディアで「The Thompson shell was the first Unix shell, introduced in the first version of Unix in 1971, and was written by Ken Thompson. It was a simple command interpreter, not designed for scripting, but nonetheless introduced several features to the command-line interface and led to the development of the later Unix shells.==History==The name "shell" for a command-line interpreter and the concept of making the shell a user program outside of the operating system kernel were introduced in Unix's precursor Multics.An early feature of the Thompson shell was a compact syntax for input/output redirection. In Multics, redirecting the input or output of a command required separate commands to start and stop redirection; in Unix, one could simply add an argument to the command line consisting of the < symbol followed by a filename for input or the > symbol for output, and the shell would redirect I/O for the duration of the command. This syntax was already present by the release of the first version of Unix in 1971.A later addition was the concept of pipes. At the suggestion of Douglas McIlroy, the redirection syntax was expanded so that the output of one command could be passed to the input of another command. The original pipe syntax, as described in the Version 3 manual, was: command1 >command2> By Version 4, the syntax had changed to use both the | and ^ symbols to denote pipes: command1 | command2This produces exactly the same result as: command1 ^ command2The Thompson shell syntax for redirection with < and >, and piping with |, has proven durable and has been adopted by most other Unix shells and command shells of several other operating systems, most notably on DOS, OS/2 and Microsoft Windows.」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.